home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / Setup.exe / ForceASPI / FLEXION.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-08-21  |  1.8 KB  |  126 lines

  1. BODY {
  2.     background-color : #000000;
  3.     background-image : url(html//bg.jpg);
  4.     color : #C0C0C0;
  5.     font-family : Arial, Helvetica, sans-serif;
  6.     text-align : justify;
  7. }
  8.  
  9. BODY.nav {
  10.     background-image : url(html/frame-bg.jpg);
  11. }
  12.  
  13. A:LINK {
  14.     color : #FF0000;
  15. }
  16.  
  17. A:VISITED {
  18.     color : #9F0000;
  19. }
  20.  
  21. A:ACTIVE {
  22.     color : #C0C0C0;
  23. }
  24.  
  25. A:HOVER {
  26.     color : #DDDDDD;
  27.     text-decoration: underline;
  28. }
  29.  
  30. H1, H2, H3, H4, H5, H6 {
  31.     color : #FFFFFF;
  32.     font-family : Arial, Helvetica, sans-serif;
  33. }
  34.  
  35. SMALL.bold {
  36.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  37.     font-size : xx-small;
  38.     color : #FFFFFF;
  39.     font-weight : bold;
  40. }
  41.  
  42. SMALL.small {
  43.     color : #C0C0C0;
  44.     font-weight : normal;
  45.     font-size : xx-small;
  46. }
  47.  
  48. STRONG {
  49.     color : #FFFFFF;
  50.     font-size : medium;
  51.     font-family : Arial, Helvetica, sans-serif;
  52. }
  53.  
  54. STRONG.large {
  55.     font-size : large;
  56. }
  57.  
  58. TABLE {
  59.     font-family : Arial, Helvetica, sans-serif;
  60. }
  61.  
  62. TH {
  63.     background-color : #800000;
  64.     color : #FFFFFF;
  65.     font-family : Arial, Helvetica, sans-serif;
  66.     font-weight : bold;
  67.     text-align : center;
  68. }
  69.  
  70. TH.small {
  71.     font-size : smaller;
  72. }
  73.  
  74. TT {
  75.     font-family : "Courier New", Courier, monospace;
  76.     font-size : small;
  77. }
  78.  
  79. TT.note {
  80.     font-size : x-small;
  81.     color : #FFFFFF;
  82. }
  83.  
  84. TD {
  85.     background-color : #333333;
  86.     color : #C0C0C0;
  87.     font-family : Arial, Helvetica, sans-serif;
  88. }
  89.  
  90. TD.light {
  91.     background-color : #555555;
  92. }
  93.  
  94. TD.trans {
  95.     background-color : transparent;
  96. }
  97.  
  98. TD.yes {
  99.     background-color : #008000;
  100. }
  101.  
  102. TD.no {
  103.     background-color : #FF0000;
  104. }
  105.  
  106. TD.smalllight {
  107.     background-color : #555555;
  108.     font-size : smaller;
  109.     font-weight : bold;
  110. }
  111.  
  112. TD.smalldark {
  113.     background-color : #333333;
  114.     font-size : smaller;
  115.     font-weight : bold;
  116. }
  117.  
  118. DT.bold {
  119.     font-weight : bold;
  120. }
  121.  
  122. DD.small {
  123.     font-size : 13px;
  124. }
  125.  
  126.